home *** CD-ROM | disk | FTP | other *** search
/ PC Home 109 / PC Home 109.iso / data1.cab / Program_Files / be002.dxr / 00093.ls < prev    next >
Encoding:
Text File  |  2001-03-02  |  272 b   |  17 lines

  1. on exitFrame
  2.   if the timer > 225 then
  3.     set the visible of sprite 8 to 1
  4.     set the visible of sprite 9 to 1
  5.     go(50)
  6.   else
  7.     go(the frame)
  8.   end if
  9. end
  10.  
  11. on mouseUp
  12.   sound stop 1
  13.   set the visible of sprite 8 to 1
  14.   set the visible of sprite 9 to 1
  15.   go(50)
  16. end
  17.